Interface IRedbGrouping<TKey, TProps>
Represents group of objects with common key.
Used in SelectAsync to access Key and aggregations via Agg.*
public interface IRedbGrouping<out TKey, TProps> where TProps : class, new()
Represents group of objects with common key.
Used in SelectAsync to access Key and aggregations via Agg.*
public interface IRedbGrouping<out TKey, TProps> where TProps : class, new()